'Declaration
Public Class NotifyPropertyCollection(Of T As BasePublicObject) Inherits System.ComponentModel.BindingList(Of T)
'Usage
Dim instance As NotifyPropertyCollection(Of T)
public class NotifyPropertyCollection<T> : System.ComponentModel.BindingList<T> where T: BasePublicObject